object frInsertFieldsForm: TfrInsertFieldsForm Left = 194 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Insertd fields' ClientHeight = 215 ClientWidth = 334 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 4 Width = 42 Height = 13 Caption = 'Datasets' FocusControl = DatasetCB end object Image1: TImage Left = 161 Top = 162 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Visible = False end object Image2: TImage Left = 184 Top = 162 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Visible = False end object FieldsL: TListBox Left = 4 Top = 46 Width = 145 Height = 164 HelpContext = 106 ItemHeight = 16 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = FieldsLDrawItem end object DatasetCB: TComboBox Left = 4 Top = 20 Width = 145 Height = 22 HelpContext = 97 Style = csOwnerDrawFixed ItemHeight = 16 Sorted = True TabOrder = 1 OnChange = DatasetCBChange OnDrawItem = DatasetCBDrawItem end object GroupBox1: TGroupBox Left = 156 Top = 15 Width = 173 Height = 65 Caption = 'Placement' TabOrder = 2 object HorzRB: TRadioButton Left = 8 Top = 20 Width = 153 Height = 17 HelpContext = 115 Caption = 'Horizontal' Checked = True TabOrder = 0 TabStop = True end object VertRB: TRadioButton Left = 8 Top = 40 Width = 153 Height = 17 HelpContext = 122 Caption = 'Vertical' TabOrder = 1 end end object Button1: TButton Left = 174 Top = 184 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object Button2: TButton Left = 254 Top = 184 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object GroupBox2: TGroupBox Left = 156 Top = 85 Width = 173 Height = 60 TabOrder = 5 object HeaderCB: TCheckBox Left = 8 Top = 14 Width = 157 Height = 17 HelpContext = 132 Caption = 'Include headers' State = cbChecked TabOrder = 0 end object BandCB: TCheckBox Left = 8 Top = 36 Width = 157 Height = 17 HelpContext = 159 Caption = 'Include bands' State = cbChecked TabOrder = 1 end end end